home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Australian Personal Computer 2000 October
/
tst.iso
/
multimed
/
IDN
/
web
/
lemonruski
/
pod
/
mailout.swf.1
/
scripts
/
DefineButton2_26
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-09-07
|
503 b
|
33 lines
on(release){
tellTarget("/star")
{
gotoAndStop("start");
play();
}
tellTarget("/text")
{
gotoAndStop("start");
play();
}
gotoAndPlay(50);
tellTarget("/one")
{
gotoAndStop("start");
play();
}
tellTarget("/two")
{
gotoAndStop("start");
play();
}
tellTarget("/three")
{
gotoAndStop("start");
play();
}
tellTarget("/fatass")
{
gotoAndStop("stop");
}
}